projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96481d
)
Add remove-hook to previous commit
author
justbur
<justin@burkett.cc>
Fri, 2 Oct 2015 13:04:51 +0000
(09:04 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 2 Oct 2015 13:04:51 +0000
(09:04 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index b0d50991ecfaf6d3fd92787d8f87b67642722a17..3412a50a648b3f6936a1f6910ca909ce9c95023e 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-394,6
+394,7
@@
alongside the actual current key sequence when
(when which-key-show-remaining-keys
(remove-hook 'pre-command-hook #'which-key--lighter-restore))
(remove-hook 'pre-command-hook #'which-key--hide-popup)
+ (remove-hook 'post-command-hook #'which-key--hide-popup)
(remove-hook 'focus-out-hook #'which-key--stop-timer)
(remove-hook 'focus-in-hook #'which-key--start-timer)
(which-key--stop-timer)))